home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
LOGIC Apps
/
Logic-APPLE_II_APPS.iso
/
mac
/
LOGIC Apple II 5.25" Library - ProDOS
/
PRO001.dsk
/
MENU.txt
< prev
next >
Wrap
Text File
|
2012-02-16
|
3KB
|
113 lines
"IAC DOM #42 - November 1984.
10
View the catalog
CAT /IAC.42
Print a BASIC program listing
RUN /IAC.42/CLEAN.LISTER
List BASIC Keywords & Messages
RUN /IAC.42/APPLESOFT.TOKEN
Run a dazzling demonstration
RUN /IAC.42/OUTER.LIMITS
Use the Mini-Assembler
BRUN /IAC.42/MINI.ASSEMBLER
Create Organic Molecules
RUN /IAC.42/ORGANIC.CHEM
Lots of financial routines
RUN /IAC.42/FIN/HELLO
Demo Double Hi-Resolution
EXEC /IAC.42/DG.PRESENT
Read explanations of files
Quit and exit to Applesoft
11
8
This disk itself
"This disk is in ProDOS format.
"It was prepared by Keith Falkner
"for LOGIC (Loyal Ontario Group
"Interested in Computers)
" PO Box 696, Station B
" Willowdale, Ontario
" Canada M2K 2P9
STARTUP
"This program is running now, and lets
"you select a program to run or read
"these explanations. If you press the
"space-bar as it is loading, it starts
"up faster, but then cannot offer the
"explanations you are reading now.
MENU
"This data file was prepared with a
"text editor, and contains these
"explanations.
CLEAN.LISTER
"Most printed listings of BASIC pro-
"grams are messy; for example they
"lack neat headings. CLEAN.LISTER
"prints neatly formatted listings
"of Applesoft programs, and is very
"easy to use. There are two formats,
"'compressed' and 'indented'.
APPLESOFT.TOKEN
"This lists the vocabulary of BASIC
"and shows you where in ROM memory to
"find the machine-language routines
"used by BASIC to handle each word in
"a program. This is an easy way to
"explore 6502 machine-language.
OUTER.xxxx
"These four files are of interest to
"machine-language programmers only.
"They are intermediate steps in the
"construction of the demo program
"OUTER.LIMITS.
OUTER.LIMITS
"This program does three fascinating
"stunts, and offers no hint of how
"it does them. The more you know
"about your APPLE, the more surpris-
"ing these stunts are, because at
"least two of them are impossible
"(so says APPLE's documentation)!
MINI.ASSEMBLER
"This is the one-pass Assembler which
"is hiding on your DOS System Master.
"It is documented in the APPLE ][ and
"APPLE //e Reference Manuals.
"The program runs at $6000 (24576),
"and is $140 (320) bytes in length.
ORGANIC.CHEM
"This demonstration program asks you
"for the constituent atoms of an
"organic molecule, then generates the
"molecule and draws it (crudely) on
"the High-Resolution screen.
FIN
"This is a DIRectory file, or inner
"Catalog, containing dozens of little
"Applesoft programs, each of which
"performs a financial calculation.
"The program 'HELLO' is first, and
"provides an easy way to select the
"routine you want.
DG.xxxx
"These files demonstrate double Hi-Res
"graphics. DG.PRESENT is an EXEC FILE
"which runs DG.INIT and then each demo
"in turn. DG.RESET finally discards
"the machine-language support routines.
**** NOTE ****
YOU NEED 128K MEMORY TO RUN THIS DEMO.